.gray {
    background: #f8f8f8;
}

.dep-container {
    padding-top: 40px;
    padding-bottom: 40px;
    /* padding-top: 40px;
    padding-bottom: 60px;
    background: #f8f8f8; */
}

.dep-container a {
    text-decoration: none;
}

.departments-container-b {
    padding-top: 77px;

}

.dep-box {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
}

/* .dep-box:hover{color:#fff;background:#3f8af6} */

.dep-box a,
.dep-box a:checked {
    /* color: #999; */
    color: #404040;
}

.dep-box a:hover,
.dep-box .title a,
.dep-box .latest h2:hover,
.dep-box .latest a {
    color: #3f8af6;
}

.dep-box .title {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: solid 2px #007cff;
}

.dep-box .title h2 {
    float: left;
    width: auto;
    height: 65px;
    border-bottom: solid 2px #6c1586;
    font-size: 24px;
    color: #000000;
}

.dep-box .title a {
    float: right;
    width: auto;
    height: 65px;
    font-size: 14px;
    color: #999;
    color: #999;
}

.dep-box .latest {
    width: 100%;
    height: 114px;
    border-bottom: dashed 1px #cfcfcf;
    margin-top: 24px;
    padding-bottom: 10px;

}

.dep-box .latest a {
    color: #333;
}

.dep-box .latest .news-img {

    float: left;
    width: 150px;
    /* width: 30%; */
    padding-bottom: 110px;
    background-size: cover;
    background-position: center;
}

.dep-box .latest .news-content {
    float: left;
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding-left: 15px;

}

.dep-box .latest .news-title {

    font-size: 17px;
    color: #222;
    line-height: 1;
    padding-bottom: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;
}

.dep-box .latest .news-excerpt {

    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 60px;

    color: #666;
    /* font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px; */
}

.dep-box .latest .news-date {
    color: #a5a5a5;
    float: right;
    padding-top: 5px;
}

.dep-box li {
    /* font-size: 17px; */
    /* color: #222; */
    line-height: 1;
    /* padding-bottom: 11px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;

    line-height: 48px;
    height: 48px;
    border-bottom: dashed 1px #cfcfcf;
    /* padding-left: 15px; */
}

.dep-box ul li a {
    background: url(../images/new_dd.png) no-repeat left center;
    padding-left: 20px;
}

.dep-box ul li a span {
    float: right;
    color: #a5a5a5;
    font-size: 14px;
}







.departments .departments-item {
    width: 12.5%;
}